home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / initobjp.h < prev    next >
Text File  |  1996-01-30  |  382b  |  14 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. Node build_proc_init_ara(Symbol);
  11. Node build_proc_init_rec(Symbol);
  12. int is_discr_ref(Node);
  13. Node build_init_call(Node, Symbol, Symbol, Node);
  14.